home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Markets / Education / HyperCard In Education / Novel Template / background_16513.txt < prev    next >
Text File  |  1990-04-02  |  2KB  |  76 lines

  1. -- background: 16513 from stack: in
  2. -- bmap block id: 17251
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: Author
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=40 top=35 right=97 bottom=284
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 33
  16. -- text size: 24
  17. -- style flags: 256
  18. -- line height: 32
  19. -- part name: Author
  20.  
  21.  
  22. -- part 2 (field)
  23. -- low flags: 00
  24. -- high flags: 4007
  25. -- rect: left=40 top=106 right=303 bottom=471
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 0
  29. -- font id: 22
  30. -- text size: 18
  31. -- style flags: 0
  32. -- line height: 24
  33. -- part name: 
  34.  
  35.  
  36. -- part 3 (button)
  37. -- low flags: 00
  38. -- high flags: 8006
  39. -- rect: left=397 top=37 right=74 bottom=473
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 0 / 0
  42. -- text alignment: 1
  43. -- font id: 0
  44. -- text size: 12
  45. -- style flags: 0
  46. -- line height: 16
  47. -- part name: To Menu
  48. ----- HyperTalk script -----
  49. on mouseUp
  50.   play "harpsichord" gt f e d cq
  51.   visual effect iris close
  52.   go to card "Novel Menu"
  53. end mouseUp
  54.  
  55.  
  56.  
  57.  
  58. -- part 4 (button)
  59. -- low flags: 00
  60. -- high flags: A002
  61. -- rect: left=16 top=319 right=340 bottom=76
  62. -- title width / last selected line: 0
  63. -- icon id / first selected line: 0 / 0
  64. -- text alignment: 1
  65. -- font id: 0
  66. -- text size: 12
  67. -- style flags: 0
  68. -- line height: 16
  69. -- part name: Return
  70. ----- HyperTalk script -----
  71. on mouseUp
  72.   global ReturnCard
  73.   go ReturnCard
  74. end mouseUp
  75.  
  76.